css animation loop

43

function step() {    // UpdateUI();    window.requestAnimationFrame(step);  }  window.requestAnimationFrame(step);

Comments

Submit
0 Comments